****************************************************** *Create a lightweight E-Mailer (level= Script Kiddie)* ****************************************************** First of all; the disclaimer: ----------------------------- The information in this article is 'as is' and the author can't be held responsible for any activities iof others. Spawning mail under someone elses name is illegal in most countries and re-using someone elses code is theft. This text was written so that this still wide spread ptroblem gets a little more well known thus forcing webmasters to take another look at their code. This out of the way; What is in this text: ------------------------------------------ Well it will explain a little trick that will allow you to use webservers as a mailserver, enabling you to send anonymous mail. This doesn't involve you writing a complex program and reading true the SMTP man pages (although that wouldn't be a waste of time), all you will need is a browser. How do we do that then: HTML ---------------------------- What we are going to use to build our mailng thingy is HTML (plain old HyperText Markup Language). Some basic things you should learn before you continue reading: - HTML is build up with tags, that mark the beginning and ending of code blocks Each page starts with the tag and ends with The page is then devided in a HEAD and a body, with the
and tags e.g.